Package pl. wendigo. chrome. api. emulation
Contains DevTools Protocol Emulation domain implementation accessible via EmulationDomain class.
Types
CanEmulateResponse
Link copied to clipboard
DisabledImageType
Link copied to clipboard
DisplayFeature
Link copied to clipboard
data class DisplayFeature(orientation: String, offset: Int, maskLength: Int)
Content copied to clipboard
EmulationDomain
Link copied to clipboard
MediaFeature
Link copied to clipboard
ScreenOrientation
Link copied to clipboard
SetCPUThrottlingRateRequest
Link copied to clipboard
SetDefaultBackgroundColorOverrideRequest
Link copied to clipboard
Represents request frame that can be used with Emulation#setDefaultBackgroundColorOverride operation call.
SetDeviceMetricsOverrideRequest
Link copied to clipboard
data class SetDeviceMetricsOverrideRequest(width: Int, height: Int, deviceScaleFactor: Double, mobile: Boolean, scale: Double?, screenWidth: Int?, screenHeight: Int?, positionX: Int?, positionY: Int?, dontSetVisibleSize: Boolean?, screenOrientation: ScreenOrientation?, viewport: Viewport?, displayFeature: DisplayFeature?)
Content copied to clipboard
Represents request frame that can be used with Emulation#setDeviceMetricsOverride operation call.
SetDisabledImageTypesRequest
Link copied to clipboard
data class SetDisabledImageTypesRequest(imageTypes: List<DisabledImageType>)
Content copied to clipboard
Represents request frame that can be used with Emulation#setDisabledImageTypes operation call.
SetDocumentCookieDisabledRequest
Link copied to clipboard
SetEmitTouchEventsForMouseRequest
Link copied to clipboard
data class SetEmitTouchEventsForMouseRequest(enabled: Boolean, configuration: String?)
Content copied to clipboard
Represents request frame that can be used with Emulation#setEmitTouchEventsForMouse operation call.
SetEmulatedMediaRequest
Link copied to clipboard
data class SetEmulatedMediaRequest(media: String?, features: List<MediaFeature>?)
Content copied to clipboard
Represents request frame that can be used with Emulation#setEmulatedMedia operation call.
SetEmulatedVisionDeficiencyRequest
Link copied to clipboard
Represents request frame that can be used with Emulation#setEmulatedVisionDeficiency operation call.
SetFocusEmulationEnabledRequest
Link copied to clipboard
SetGeolocationOverrideRequest
Link copied to clipboard
data class SetGeolocationOverrideRequest(latitude: Double?, longitude: Double?, accuracy: Double?)
Content copied to clipboard
Represents request frame that can be used with Emulation#setGeolocationOverride operation call.
SetIdleOverrideRequest
Link copied to clipboard
data class SetIdleOverrideRequest(isUserActive: Boolean, isScreenUnlocked: Boolean)
Content copied to clipboard
Represents request frame that can be used with Emulation#setIdleOverride operation call.
SetLocaleOverrideRequest
Link copied to clipboard
SetNavigatorOverridesRequest
Link copied to clipboard
SetPageScaleFactorRequest
Link copied to clipboard
SetScriptExecutionDisabledRequest
Link copied to clipboard
SetScrollbarsHiddenRequest
Link copied to clipboard
SetTimezoneOverrideRequest
Link copied to clipboard
SetTouchEmulationEnabledRequest
Link copied to clipboard
data class SetTouchEmulationEnabledRequest(enabled: Boolean, maxTouchPoints: Int?)
Content copied to clipboard
Represents request frame that can be used with Emulation#setTouchEmulationEnabled operation call.
SetUserAgentOverrideRequest
Link copied to clipboard
data class SetUserAgentOverrideRequest(userAgent: String, acceptLanguage: String?, platform: String?, userAgentMetadata: UserAgentMetadata?)
Content copied to clipboard
Represents request frame that can be used with Emulation#setUserAgentOverride operation call.
SetVirtualTimePolicyRequest
Link copied to clipboard
data class SetVirtualTimePolicyRequest(policy: VirtualTimePolicy, budget: Double?, maxVirtualTimeTaskStarvationCount: Int?, waitForNavigation: Boolean?, initialVirtualTime: TimeSinceEpoch?)
Content copied to clipboard
Represents request frame that can be used with Emulation#setVirtualTimePolicy operation call.
SetVirtualTimePolicyResponse
Link copied to clipboard
SetVisibleSizeRequest
Link copied to clipboard
UserAgentBrandVersion
Link copied to clipboard
UserAgentMetadata
Link copied to clipboard
data class UserAgentMetadata(brands: List<UserAgentBrandVersion>?, fullVersion: String?, platform: String, platformVersion: String, architecture: String, model: String, mobile: Boolean)
Content copied to clipboard
VirtualTimePolicy
Link copied to clipboard